toRealmSet

fun <T> Iterable<T>.toRealmSet(): RealmSet<T>

Instantiates an unmanagedRealmSet containing all the elements of this iterable.